home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 41 / CD Expert nº 41.iso / Hellboy / data1.cab / Game_Data / data / animtab / door_test.ast < prev    next >
Text File  |  2000-08-18  |  2KB  |  69 lines

  1. //  DH INTERACTIVE LLC, COPYRIGHT (C) 1998
  2. //
  3. //  door_test.ast written at Tue Dec 08 16:06 1998
  4. //
  5. //
  6.  
  7.  24                     //  file_type
  8. 112                     //  file_version
  9.  
  10. //  gate            //  Session name
  11. door_close.wav
  12. end
  13.  
  14. // *** This first section contains the names of all the win_anims used by the table
  15. open_door
  16. open_door_away
  17. end
  18.  
  19. // *** This second section contains the values for each anim state
  20. door_closed
  21. door_opening
  22. door_open
  23. door_ajar
  24. door_closing
  25. end
  26.  
  27. door_closed            // name of this anim_state
  28. open_door              // name for the win_anim for this state
  29. door_closed            // default link anim for this anim state
  30. begin_end_frame 1 1
  31. // Begin entries for this anim state
  32. end_of_entries
  33.  
  34. door_opening                // name of this anim_state
  35. open_door            // name for the win_anim for this state
  36. door_open            // default link anim for this anim state
  37. // Begin entries for this anim state
  38. end_of_entries
  39.  
  40. door_opening_away        // name of this anim_state
  41. open_door_away            // name for the win_anim for this state
  42. door_opening_away        // default link anim for this anim state
  43. // Begin entries for this anim state
  44. end_of_entries
  45.  
  46. door_open            // name of this anim_state
  47. open_door            // name for the win_anim for this state
  48. door_open            // default link anim for this anim state
  49. begin_end_frame 39 39
  50. // Begin entries for this anim state
  51. end_of_entries
  52.  
  53. door_ajar                // name of this anim_state
  54. open_door            // name for the win_anim for this state
  55. door_ajar            // default link anim for this anim state
  56. begin_end_frame 20 20
  57. // Begin entries for this anim state
  58. end_of_entries
  59.  
  60. door_closing            // name of this anim_state
  61. open_door            // name for the win_anim for this state
  62. door_closed            // default link anim for this anim state
  63. begin_end_frame 20 1
  64. sound_effect 0
  65. // Begin entries for this anim state
  66. end_of_entries
  67.  
  68.  
  69.